- Zetachain MCP Server
Zetachain MCP Server
what is Zetachain MCP Server?
Zetachain MCP Server is a command-line interface (CLI) tool that connects ZetaChain CLI into your editor, allowing users to query balances, send cross-chain transactions, and manage universal contracts directly through the MCP.
how to use Zetachain MCP Server?
To use the Zetachain MCP Server, you can run it without installation using the command: npx zetachain@next new, or install it globally with npm install -g zetachain@latest. You can also start a local multi-chain development environment with a single command.
key features of Zetachain MCP Server?
- Scaffold new ZetaChain universal apps from templates.
- Spin up a local multi-chain development environment (EVM, Solana, etc.) in one command.
- Query cross-chain fees, contracts, balances, and tokens.
- Make cross-chain calls between various blockchains like Solana, Sui, Bitcoin, and TON.
- Transfer supported tokens across connected chains.
use cases of Zetachain MCP Server?
- Developing and testing multi-chain applications.
- Managing cross-chain transactions and balances.
- Interacting with various blockchain networks from a single CLI.
FAQ from Zetachain MCP Server?
- What are the prerequisites for using Zetachain MCP Server?
You need Node.js ≥ 18 and Git for template cloning. Docker is optional for localnet.
- Can I run Zetachain MCP Server without installation?
Yes! You can use the command
npx zetachain@next newto run it without installation.
- How do I get help with commands?
You can use
--helpwith any command to get detailed documentation.
Server Config
{
"mcpServers": {
"zetachain": {
"command": "npx",
"args": [
"-y",
"zetachain",
"mcp"
]
}
}
}